home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $PROJECT: MultiPrint - print datatype objects
- ;
- ; $VER: MultiPrint.cd 39.0 (07.08.95)
- ;
- ; by
- ;
- ; Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
- ;
- ; (C) Copyright 1995
- ; All Rights Reserved !
- ;
- ; $HISTORY:
- ;
- ; 07.08.95 : 039.000 : initial
- ;
- MSG_PRINTING_FILE (4000//)
- Printing file %s ...
- ;
- MSG_NO_PRINTING_SUPPORTED (//)
- The datatype for %s doesn't support printing !\n
- ;
- ;--- Printer error messages ----
- PRERR_NOERR (5000//)
- Done !\n
- ;
- PRERR_CANCEL (//)
- Canceled !\n
- ;
- PRERR_NOTGRAPHICS (//)
- Printer cannot output graphics !\n
- ;
- PRERR_OBS1 (//)
- Obsolete !\n
- ;
- PRERR_BADDIMENSION (//)
- Print dimensions are illegal !\n
- ;
- PRERR_OBS2 (//)
- Obsolete !\n
- ;
- PRERR_INTERNALMEMORY (//)
- Not enough memory !\n
- ;
- PRERR_BUFFERMEMORY (//)
- Not enough memory !\n
- ;
-